Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean unused lambda capture warning #95

Merged
merged 1 commit into from
Jul 19, 2022
Merged

Clean unused lambda capture warning #95

merged 1 commit into from
Jul 19, 2022

Conversation

mjcarroll
Copy link
Contributor

🦟 Bug fix

Summary

Remove an "unused capture" warning from the CLI lambda.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

@mjcarroll mjcarroll requested a review from mxgrey as a code owner July 19, 2022 15:59
@mjcarroll mjcarroll self-assigned this Jul 19, 2022
@mjcarroll mjcarroll requested a review from ahcorde as a code owner July 19, 2022 15:59
@github-actions github-actions bot added the 🌱 garden Ignition Garden label Jul 19, 2022
@codecov
Copy link

codecov bot commented Jul 19, 2022

Codecov Report

Merging #95 (30b8360) into main (cd018d0) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #95   +/-   ##
=======================================
  Coverage   99.35%   99.35%           
=======================================
  Files          17       17           
  Lines         617      617           
=======================================
  Hits          613      613           
  Misses          4        4           
Impacted Files Coverage Δ
loader/src/cmd/plugin_main.cc 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cd018d0...30b8360. Read the comment docs.

@mjcarroll mjcarroll merged commit 61e9588 into main Jul 19, 2022
@mjcarroll mjcarroll deleted the mjcarroll/clang branch July 19, 2022 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants